#edit-amounts-recharge-desktop-label-other_value {
  padding: 0 10px !important;
}

.selection {
  color: #fff;
  background-color: #27D1FF;
  border: 1px solid #00C8FF;
}

/* Tooltip*/
.ml-tooltip .tooltip-icon .at-containershadow-tertiary {
  background: #FFFCF8;
  border: solid #FFAA32 1px;
  bottom: auto;;
  top: calc(100% + 11px);
  min-width: 269px;
  width: 269px;
  z-index: 1;
}

.ml-tooltip .tooltip-icon .at-containershadow-tertiary:before {
  border-color: transparent transparent #FFAA32 transparent;
  bottom: 100%;
  top: auto;
}

.ml-tooltip .tooltip-icon .at-containershadow-tertiary:after {
  border-color: transparent transparent #FFFCF8 transparent;
  bottom: 100%;
  top: auto;
}
.ml-tooltip .high-value hr {
  background: #FFAA32;
  height: 1px;
  margin: 5px 0;
}

.ml-tooltip .tooltip-icon .at-containershadow-tertiary .at-font-p p {
  color: #00377B;
  font-size: 14px;
  margin: 3px 0;

}

.ml-tooltip .tooltip-icon .at-containershadow-tertiary .at-font-p span {
  color: #787878;
  font-size: 10px;
}

/* Modal */
.ml-popup .popup-content {
  padding: 24px 60px;
}

.ml-popup .popup-content .at-font-h4 {
  margin: auto;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.ml-popup .popup-values {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}

.ml-popup .popup-values:after {
  background: #d1d1d1;
  content: '';
  height: 120%;
  opacity: 0.4;
  position: absolute;
  top: 5px;
  width: 1px;
}

.ml-popup .popup-values div {
  text-align: center;
}

.ml-popup .popup-values .due span {
  color: red;
}

.ml-popup .popup-values div span {
  font-weight: 600;
  font-size: 1.5em;
}

.ml-popup .popup-content .at-font-p {
  display: -webkit-box;
  font-size: 0.8em;
}

.ml-popup .popup-content .advertence {
  font-size: 0.9em;
}

.ml-popup .popup-content .at-font-p span {
  font-weight: 600;
}

.ml-popup .popup-content .at-font-p a {
  color: #27D1FF;
  position: relative;
  left: 5px;
}

.ml-popup .popup-content .at-button-secondary {
  border: 1px solid #00C8FF;
}

/* Pantallas muy pequeñas (móviles en portrait de menos de 576px)*/
@media (max-width: 575.98px) {
  .ml-popup .popup-content .at-font-p {
    display: block;
    text-align: center;
  }

  .ml-popup .popup-content .at-font-p a {
    left: 0;
  }

  .ml-popup .content-popup-footer {
    flex-flow: column nowrap;
    margin-top: 30px;
    width: 100%;
  }

  .ml-popup .content-popup-footer button {
    margin-top: 20px;
  }
}
.succcessimage{
  width: 22px;
  margin-top: 2px;
  margin-left: -85px;
}
